Home

Appendix

Application Icon   Introduction

DEVONagent Pro features an AppleScript dictionary and Automator actions that automate the application and integrate it with almost every other application supporting AppleScript and Automator.

Example scripts

To make it easier for you to start using and writing scripts, we deliver a slew of scripts with DEVONagent Pro that you can access in the Scripts menu (which shows a stylized S symbol as its title instead of the word Scripts). These scripts interact directly with selected items, the currently displayed webpage or a window. All scripts delivered with DEVONagent Pro are useable in your daily work and don't require modification.

Integrating other applications

In addition to the scripts that you use inside DEVONagent Pro, OS X features a global script menu that allows you to access certain scripts from any application on your Mac, e.g., your web browser or Apple Mail. When activated, the global script icon appears at the right side of the menu bar (like other menu extras such as the AirPort signal strength or the Spotlight icon). It appears with a black stylized S icon.

Note: By using folders named after applications inside the '~/Library/Scripts/Applications' directory, it is also possible to make scripts application-specific. Such scripts will appear at the top level of the global script menu when the application they belong to is frontmost. This removes clutter and shows only scripts that make sense in the current application.

DEVONagent Pro does not come with scripts for other applications, but you can use the global script menu for creating application-specific scripts.

To activate the global script menu, do the following:

  • Icon
    Open the AppleScript Utility (located in '/Applications/AppleScript').
  • Icon
    Check Show Script Menu in menu bar.
  • Icon
    Uncheck Show Library scripts if you only want to see the scripts you have installed yourself.

To install your own scripts, copy them into the folder '~/Library/Scripts'. You can use subfolders to structure them in any way you like.

DEVONagent Pro's dictionary

DEVONagent Pro includes a large dictionary with commands, objects, and methods you can use for writing scripts that interact or extend DEVONagent Pro. To view the dictionary, open the Script Editor application (by default located in '/Applications/AppleScript'), select File > Open Dictionary and choose DEVONagent Pro in the window.

You can also add DEVONagent Pro to your Script Editor library. Select Window > Library, click the + button and choose DEVONagent Pro. This way you keep DEVONagent Pro's dictionary at hand.

Learning AppleScript

This documentation is not an AppleScript language guide. Please refer to Apple's AppleScript website, other online resources, or introductory and reference books for more information on the AppleScript language. Here are some links for you: